/* /Pages/Index.razor.rz.scp.css */
textarea[b-jerwvlik1o] {
    font-size: 2px;
    font-family: 'Courier New';
    min-width: 367px;
    max-width: 367px;
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
}

.txt20[b-jerwvlik1o] {
    font-size: 9.5px;
}

.txt50[b-jerwvlik1o] {
    font-size: 4px;
}

.txt100[b-jerwvlik1o] {
    font-size: 2px;

}

.txt200[b-jerwvlik1o] {
    font-size: 1px;
}

.container[b-jerwvlik1o] {
    text-align: center;
    font-weight: bold;
    background-color: magenta;
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

.block[b-jerwvlik1o] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
}

.insider[b-jerwvlik1o] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    text-align:center;
    border-radius: 5px;
    border: solid black;
    padding: 20px;
}

button[b-jerwvlik1o] {
    border: solid 3px black;
    margin: 20px;
}

.unclicked[b-jerwvlik1o] {
    background-color: rgba(255, 255, 255, 0.3);
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-3u5dtttvif] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3u5dtttvif] {
    flex: 1;
}

.top-row[b-3u5dtttvif] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-3u5dtttvif]  a, .top-row[b-3u5dtttvif]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3u5dtttvif]  a:hover, .top-row[b-3u5dtttvif]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3u5dtttvif]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-3u5dtttvif] {
        display: none;
    }

    .top-row.auth[b-3u5dtttvif] {
        justify-content: space-between;
    }

    .top-row[b-3u5dtttvif]  a, .top-row[b-3u5dtttvif]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3u5dtttvif] {
        flex-direction: row;
    }

    .sidebar[b-3u5dtttvif] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3u5dtttvif] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3u5dtttvif]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3u5dtttvif], article[b-3u5dtttvif] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.custom-navbar[b-rb2mmsl1xe] {
    background: rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}
